home *** CD-ROM | disk | FTP | other *** search
/ Flash MX Savvy / FlashMX Savvy.iso / pc / WIN / FreeHand / Setup.exe / data1.cab / App_Files / English / PPDs / TKPHPXI1.PPD < prev    next >
Encoding:
PostScript Printer Description  |  2001-08-15  |  13.9 KB  |  430 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1993 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9.  
  10. *FormatVersion: "4.0"
  11. *FileVersion: "1.3"
  12. *LanguageVersion: English
  13. *PCFileName: "TKPHPXI1.PPD"
  14. *Product: "(Phaser PXi)"
  15. *PSVersion: "(2011.108) 2"
  16. *ModelName: "Tektronix Phaser PXi"
  17. *NickName: "Tektronix Phaser PXi v2011.108"
  18.  
  19. *% === Options and Constraints =========
  20. *OpenGroup: InstallableOptions/Options Installed
  21. *OpenUI *Option1/Optional Hard Drive: Boolean
  22. *DefaultOption1: False
  23. *Option1 True/Installed: ""
  24. *Option1 False/Not Installed: ""
  25. *CloseUI: *Option1
  26.  
  27. *OpenUI *Option2/Memory Configuration: PickOne
  28. *DefaultOption2: None
  29. *Option2 None/Standard 6 MB RAM: ""
  30. *Option2 10Meg/10 MB Upgrade: ""
  31. *Option2 14Meg/14 MB Upgrade: ""
  32. *CloseUI: *Option2
  33. *CloseGroup: InstallableOptions
  34.  
  35. *% ==== Device Capabilities ===============
  36. *LanguageLevel: "2"
  37. *Protocols: BCP
  38. *Emulators: hpgl 
  39. *StartEmulator_hpgl: "currentfile /hpgl statusdict /emulate get exec "
  40. *StopEmulator_hpgl: "<1B7F>0"
  41.  
  42. *FreeVM: "751940"
  43. *VMOption None/Standard 6 Meg RAM: "751940"
  44. *VMOption 10Meg/10 Meg Upgrade: "3848516"
  45. *VMOption 14Meg/14 Meg Upgrade: "7903556"
  46.  
  47. *ColorDevice: True
  48. *DefaultColorSpace: CMYK
  49. *VariablePaperSize: False
  50.  
  51. *FileSystem: True
  52. *?FileSystem: "
  53.   save false
  54.    (%disk?%) 
  55.    { currentdevparams dup /Writeable known
  56.       { /Writeable get {pop true} if }  { pop } ifelse 
  57.     } 10 string /IODevice resourceforall
  58.     {(True)}{(False)} ifelse = flush
  59.  restore"
  60. *End
  61.  
  62. *Throughput: "1"
  63. *Password: "()" 
  64. *ExitServer: "
  65.  count 0 eq
  66.  { false } { true exch startjob } ifelse
  67.  not { 
  68.      (WARNING: Cannot modify initial VM.) =
  69.      (Missing or invalid password.) =
  70.      (Please contact the author of this software.) = flush quit
  71.      } if
  72. "
  73. *End
  74. *Reset: "
  75.  count 0 eq
  76.  { false } { true exch startjob } ifelse
  77.  not { 
  78.     (WARNING: Cannot reset printer.) =
  79.     (Missing or invalid password.) =
  80.     (Please contact the author of this software.) = flush quit
  81.     } if
  82.  systemdict /quit get exec
  83.  (WARNING : Printer Reset Failed.) = flush
  84. "
  85. *End
  86.  
  87. *DefaultResolution: 300dpi
  88. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  89. *?Resolution: "
  90.   save
  91.     currentpagedevice /HWResolution get
  92.     0 get
  93.     (          ) cvs print
  94.     (dpi)
  95.     = flush
  96.   restore
  97. "
  98. *End
  99.  
  100. *% Halftone Information ===============
  101. *ScreenFreq: "60.0"
  102. *ScreenAngle: "54.0"
  103. *DefaultScreenProc: TekHalftone
  104. *ScreenProc TekHalftone: "
  105.  /Halftone2 /Halftone findresource /GraySpotFunction get
  106. "
  107. *End
  108. *ScreenProc Line: "{ pop }"
  109. *ScreenProc Ellipse: "
  110.   { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }
  111. "
  112. *End
  113.  
  114. *DefaultTransfer: Null
  115. *Transfer Null: "{ }"
  116. *Transfer Null.Inverse: "{ 1 exch sub }"
  117.  
  118. *% Printer Specific Features ============ 
  119. *% Code in this section allows user selection of Tek-proprietary halftone
  120. *% screens
  121. *OpenUI *TekHalftoneScreens/Custom Halftone Screens: PickOne 
  122. *OrderDependency: 10 AnySetup *TekHalftoneScreens
  123. *DefaultTekHalftoneScreens: 60lpi
  124. *TekHalftoneScreens 60lpi: "
  125.   /DefaultHalftone /Haltone2 /Halftone findresource /Halftone defineresource
  126.   1 dict setpagedevice
  127. "
  128. *End
  129. *TekHalftoneScreens 80lpi: "
  130.   /DefaultHalftone /Haltone1 /Halftone findresource /Halftone defineresource
  131.  
  132. "
  133. *End
  134. *TekHalftoneScreens FinepointSharpening: "
  135.   /DefaultHalftone /Haltone6 /Halftone findresource /Halftone defineresource
  136.   1 dict setpagedevice
  137. "
  138. *End
  139. *?TekHalftoneScreens: "
  140. save
  141.   mark
  142.   { /DefaultHalftone /Halftone findresource dup
  143.     /HalftoneType get 8 eq 
  144.       { pop (Finepoint Sharpening) }
  145.       { /GrayAngle get dup 60 eq
  146.         { pop (60lpi) }
  147.         { 80 eq { (80lpi) } { (Unknown) } ifelse } ifelse
  148.       } ifelse
  149.     = flush
  150.   } stopped pop cleartomark
  151.   restore 
  152. "
  153. *End
  154. *CloseUI: *TekHalftoneScreens
  155.  
  156. *OpenUI *OutputMode/Print: PickOne
  157. *OrderDependency: 50 AnySetup *OutputMode
  158. *DefaultOutputMode: Standard
  159. *OutputMode Standard: "
  160.     2 dict begin
  161.         /PostRenderingEnhance true def
  162.         /PostRenderingEnhanceDetails
  163.           1 dict begin
  164.             /OutputMode (Standard) def
  165.           currentdict end def
  166.     currentdict end 
  167.     setpagedevice"
  168. *End
  169. *OutputMode Enhanced: "
  170.     2 dict begin
  171.         /PostRenderingEnhance true def
  172.         /PostRenderingEnhanceDetails
  173.           1 dict begin
  174.             /OutputMode (Enhanced) def
  175.           currentdict end def
  176.     currentdict end
  177.     setpagedevice"
  178. *End
  179. *?OutputMode: "save
  180.     currentpagedevice /PostRenderingEnhanceDetails get
  181.     /OutputMode get = flush restore"
  182. *End
  183. *CloseUI: *OutputMode
  184.  
  185. *% Paper Handling ===================
  186.  
  187. *% Code in this section both selects a tray and sets up a frame buffer.
  188. *OpenUI *PageSize: PickOne
  189. *OrderDependency: 30 AnySetup *PageSize
  190. *DefaultPageSize: Letter
  191. *PageSize Letter/Letter: "
  192.   2 dict dup /PageSize [612 792] put
  193.   dup /ImagingBBox null put setpagedevice"
  194. *End
  195. *PageSize Legal/Legal: "
  196.   2 dict dup /PageSize [612 1008] put 
  197.   dup /ImagingBBox null put setpagedevice"
  198. *End
  199. *PageSize A4/A4: "
  200.   2 dict dup /PageSize [595 842] put 
  201.   dup /ImagingBBox null put setpagedevice"
  202. *End
  203. *PageSize A4.Special/A4 Special: "
  204.   2 dict dup /PageSize [595 1008] put 
  205.   dup /ImagingBBox null put setpagedevice"
  206. *End
  207. *?PageSize: "
  208.  save
  209.    currentpagedevice /PageSize get aload pop
  210.    2 copy gt {exch} if 
  211.    (Unknown) 
  212.   4 dict
  213.    dup [612 792] (Letter) put
  214.    dup [612 1008] (Legal) put
  215.    dup [595 842] (A4) put
  216.    dup [595 1008] (A4.Special) put
  217.  { exch aload pop 4 index sub abs 5 le exch 
  218.    5 index sub abs 5 le and 
  219.       {exch pop exit} {pop} ifelse
  220.    } bind forall
  221.    = flush pop pop
  222. restore 
  223. "
  224. *End
  225. *CloseUI: *PageSize
  226.  
  227. *OpenUI *PageRegion:  PickOne
  228. *OrderDependency: 40 AnySetup *PageRegion
  229. *DefaultPageRegion: Letter
  230. *PageRegion Letter/Letter: "
  231.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  232. *End
  233. *PageRegion Legal/Legal: "
  234.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  235. *End
  236. *PageRegion A4/A4: "
  237.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  238. *End
  239. *PageRegion A4.Special/A4 Special: "
  240.     2 dict dup /PageSize [595 1008] put dup /ImagingBBox null put setpagedevice"
  241. *End
  242. *CloseUI: *PageRegion
  243.  
  244. *% The following entries provide information about specific paper keywords.
  245. *DefaultImageableArea: Letter
  246. *ImageableArea Letter/Letter: "12.96 91.0801 596.64 700.92"
  247. *ImageableArea Legal/Legal: "12.96 115.32 596.64 892.92"
  248. *ImageableArea A4/A4: "13.4401 91.0801 581.76 750.84"
  249. *ImageableArea A4.Special/A4 Special: "13.4401 114.84 581.76 894.12"
  250. *?ImageableArea: "
  251.  save
  252.    /cvp { (                ) cvs print ( ) print } bind def
  253.    /upperright {10000 mul floor 10000 div} bind def
  254.    /lowerleft {10000 mul ceiling 10000 div} bind def
  255.    newpath clippath pathbbox
  256.    4 -2 roll exch 2 {lowerleft cvp} repeat
  257.    exch 2 {upperright cvp} repeat flush
  258.  restore
  259. "
  260. *End
  261.  
  262. *% These provide the physical dimensions of the paper (by keyword)
  263. *DefaultPaperDimension: Letter
  264. *PaperDimension Letter/Letter: "612 792"
  265. *PaperDimension Legal/Legal: "612 1008"
  266. *PaperDimension A4/A4: "595 842"
  267. *PaperDimension A4.Special/A4 Special: "595 1008"
  268.  
  269. *RequiresPageRegion All: False
  270. *DefaultOutputBin:  OnlyOne
  271. *DefaultOutputOrder:  Reverse
  272.  
  273. *OpenUI *InputSlot: PickOne
  274. *OrderDependency: 20 AnySetup *InputSlot
  275. *DefaultInputSlot: Cassette
  276. *InputSlot Cassette: ""
  277. *CloseUI: *InputSlot
  278.  
  279. *% Font Information =====================
  280. *DefaultFont: Courier
  281. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  282. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  283. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  284. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  285. *Font Bookman-Demi: Standard "(001.003)" Standard ROM
  286. *Font Bookman-DemiItalic: Standard "(001.003)" Standard ROM
  287. *Font Bookman-Light: Standard "(001.003)" Standard ROM
  288. *Font Bookman-LightItalic: Standard "(001.003)" Standard ROM
  289. *Font Courier: Standard "(002.003)" Standard ROM
  290. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  291. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  292. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  293. *Font Helvetica: Standard "(001.006)" Standard ROM
  294. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  295. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  296. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  297. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  298. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  299. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  300. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  301. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  302. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  303. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  304. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  305. *Font NewCenturySchlbk-Bold: Standard "(001.008)" Standard ROM
  306. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006)" Standard ROM
  307. *Font NewCenturySchlbk-Italic: Standard "(001.005)" Standard ROM
  308. *Font NewCenturySchlbk-Roman: Standard "(001.006)" Standard ROM
  309. *Font Palatino-Bold: Standard "(001.005)" Standard ROM
  310. *Font Palatino-BoldItalic: Standard "(001.005)" Standard ROM
  311. *Font Palatino-Italic: Standard "(001.005)" Standard ROM
  312. *Font Palatino-Roman: Standard "(001.005)" Standard ROM
  313. *Font Symbol: Special "(001.007)" Special ROM
  314. *Font Times-Bold: Standard "(001.007)" Standard ROM
  315. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  316. *Font Times-Italic: Standard "(001.007)" Standard ROM
  317. *Font Times-Roman: Standard "(001.007)" Standard ROM
  318. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  319. *Font ZapfDingbats: Special "(001.004)" Special ROM
  320.  
  321. *?FontQuery: "
  322.  save
  323.    { count 1 gt
  324.       { exch dup 127 string cvs (/) print print (:) print
  325.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  326.       } { exit } ifelse 
  327.    } bind loop
  328.    (*) = flush
  329.  restore
  330. "
  331. *End
  332.  
  333. *?FontList: "
  334. save
  335.   (*) {cvn ==} 128 string /Font resourceforall
  336.   (*) = flush
  337. restore
  338. "
  339. *End
  340.  
  341. *% Printer Messages (verbatim from printer):
  342. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  343. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  344. *Message: "\FontName\ not found, using Courier"
  345.  
  346. *% Status (format: %%[ status: <one of these> ] %%)
  347. *Status: "initializing"
  348. *Status: "idle"
  349. *Status: "holding"
  350. *Status: "busy"
  351. *Status: "waiting"
  352. *Status: "PrinterError: printer is warming up"
  353. *Status: "PrinterError: printer is not ready"
  354. *Status: "PrinterError: out of paper"
  355. *Status: "PrinterError: paper jam"
  356. *Status: "PrinterError: paper jam at entry"
  357. *Status: "PrinterError: out of ribbon"
  358. *Status: "PrinterError: ribbon jam"
  359. *Status: "PrinterError: cover is open"
  360. *Status: "PrinterError: thermal head temperature"
  361. *Status: "PrinterError: internal interface error"
  362. *Status: "PrinterError: print engine failure"
  363.  
  364. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  365. *Source: "Serial"
  366. *Source: "LocalTalk"
  367. *Source: "Parallel"
  368. *Source: "Internal"
  369.  
  370. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  371. *PrinterError: "printer is warming up"
  372. *PrinterError: "printer is not ready"
  373. *PrinterError: "out of paper"
  374. *PrinterError: "paper jam"
  375. *PrinterError: "paper jam at entry"
  376. *PrinterError: "out of ribbon"
  377. *PrinterError: "ribbon jam"
  378. *PrinterError: "cover is open"
  379. *PrinterError: "thermal head temperature"
  380. *PrinterError: "internal interface error"
  381. *PrinterError: "print engine failure"
  382.  
  383. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  384.  
  385. *% Color Separation Information =====================
  386.  
  387. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  388.  
  389. *InkName: ProcessBlack/Process Black
  390. *InkName: CustomColor/Custom Color
  391. *InkName: ProcessCyan/Process Cyan
  392. *InkName: ProcessMagenta/Process Magenta
  393. *InkName: ProcessYellow/Process Yellow
  394.  
  395. *%  For 60 lpi / 300 dpi  ===============================
  396.  
  397. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  398. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  399. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  400. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  401. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "54.0"
  402.  
  403. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  404. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  405. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  406. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  407. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60.0"
  408.  
  409. *%  For 80 lpi / 300 dpi  ===============================
  410.  
  411. *ColorSepScreenAngle ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  412. *ColorSepScreenAngle CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  413. *ColorSepScreenAngle ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  414. *ColorSepScreenAngle ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  415. *ColorSepScreenAngle ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "33.0"
  416.  
  417. *ColorSepScreenFreq ProcessBlack.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  418. *ColorSepScreenFreq CustomColor.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  419. *ColorSepScreenFreq ProcessCyan.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  420. *ColorSepScreenFreq ProcessMagenta.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  421. *ColorSepScreenFreq ProcessYellow.80lpi.300dpi/80 lpi / 300 dpi: "80.0"
  422.  
  423. *% Produced by "bldppd42.ps" version 4.0 edit 11
  424. *% Last Edit Date: May 7 1993
  425. *% The byte count of this file should be exactly 013770 or 014199
  426. *% depending on the filesystem it resides in.
  427. *% end of PPD file for Phaser PXi
  428.  
  429.  
  430.